home *** CD-ROM | disk | FTP | other *** search
- version >nil: exec.library 37
- if not warn
- echo "Copying executable to c: ... " noline
- copy rshell-protector c:
- echo "OK"
- if exists s:user-startup
- echo "Adding commands to user-startup ... " noline
- echo >> s:user-startup ";BEGIN RSHELL-PROTECTOR"
- echo >> s:user-startup "run <> NIL: rshell-protector REMOTE"
- echo >> s:user-startup ";END RSHELL-PROTECTOR"
- echo "OK"
- else
- echo "Could not find s:user-startup!*nPlease edit the startup-scripts yourself."
- endif
- if `requestchoice Install "Create a shell-startup-file*nfor CNet BBS?" Yes No` eq 1
- echo > s:CNetShell-Startup "execute s:shell-startup*nset REMOTE 1"
- endif
- if `requestchoice Install "Do you want to start RSP right now?" Yep! "No Way!"` eq 1
- run <> nil: c:rshell-protector REMOTE
- endif
- echo "Installation complete.*nReboot your Amiga to activate the program!"
- else
- echo "OS2.04 (V37) is required to run RShell-Protector!*nInstallation aborted."
- endif
-